<name>Euryt</name>
<profession>E Teacher of Identify Monster</profession>
<faction>Centaurs</faction>
<dialogue>
  <greeting>
    <reply>
      <if>
        <reputation>70</reputation>
      </if>
      <text>Ah, how I relish the wild.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>I bet that the dumbest Gnoll will easily notice your weak spot.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Is there a lot to learn about monsters?</text>
      <npc>
        <reply>
          <text>There is. Some monsters are more common and can be more easily identified than others. But if you really know your stuff, it can help you recognize the strengths and weaknesses of the rarest and most dangerous ones, and any mages among you will be able to fine-tune their magic accordingly.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>I would like to become an Identify Monster Expert.</text>
      <npc>
        <reply>
          <if><grandmaster>Identify Monster</grandmaster></if>
          <text>You already are a grandmaster!!</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><master>Identify Monster</master></if>
          <text>You already are a master!</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><expert>Identify Monster</expert></if>
          <text>You already are an expert, [name].</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><skill>!Identify Monster</skill></if>
          <text>You do not know the skill, [name].</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><class>Warrior</class></if>
          <text>First, you must be promoted to Knight or Ranger.</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><expertlevel>!Identify Monster</expertlevel></if>
          <text>You are not good enough yet.</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><gold>!1000</gold></if>
          <text>You cannot afford the fee.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>Congratulations, [name]!</text>
          <return>main</return> 
          <script>
            <gold>-1000</gold>
            <expert>Identify Monster</expert>
            <log>[name] Identify Monster Expert</log>
          </script>
        </reply>
      </npc>
    </option>
    <option>
      <text>How do we get to the Master Teacher of Identify Monster?</text>
      <npc>
        <reply>
          <text>The genie Camio can be found in the town of Egregor, far to the east.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>May the hunt last forever!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>